[INFO] fetching crate notstd_detect 0.6.0...
[INFO] testing notstd_detect-0.6.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate notstd_detect 0.6.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate notstd_detect 0.6.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate notstd_detect 0.6.0
[INFO] tweaked toml for crates.io crate notstd_detect 0.6.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate notstd_detect 0.6.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate notstd_detect 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustc-std-workspace-alloc v1.0.1
[INFO] [stderr]   Downloaded rustc-std-workspace-core v1.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d017b5c8957cba2916b62df5a6e8526a37dc3a10682646727db193d4e82c1eee
[INFO] running `Command { std: "docker" "start" "-a" "d017b5c8957cba2916b62df5a6e8526a37dc3a10682646727db193d4e82c1eee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d017b5c8957cba2916b62df5a6e8526a37dc3a10682646727db193d4e82c1eee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d017b5c8957cba2916b62df5a6e8526a37dc3a10682646727db193d4e82c1eee", kill_on_drop: false }`
[INFO] [stdout] d017b5c8957cba2916b62df5a6e8526a37dc3a10682646727db193d4e82c1eee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0429680b077d55cd8ba86bc7a8acb30c808509740ed0bb4273a1c2a3c68b56b4
[INFO] running `Command { std: "docker" "start" "-a" "0429680b077d55cd8ba86bc7a8acb30c808509740ed0bb4273a1c2a3c68b56b4", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling notstd_detect v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     } = unsafe { __cpuid(0x0000_0001_u32) };
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:78:49
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let CpuidResult { ebx, ecx, edx, .. } = unsafe { __cpuid(0x0000_0007_u32) };
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         } = unsafe { __cpuid_count(0x0000_0007_u32, 0x0000_0001_u32) };
[INFO] [stdout]    |             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     } = unsafe { __cpuid(0x8000_0000_u32) };
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:100:39
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let CpuidResult { ecx, .. } = unsafe { __cpuid(0x8000_0001_u32) };
[INFO] [stdout]     |                                       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:150:43
[INFO] [stdout]     |
[INFO] [stdout] 150 |             let CpuidResult { ebx, .. } = unsafe { __cpuid(0x19) };
[INFO] [stdout]     |                                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:214:29
[INFO] [stdout]     |
[INFO] [stdout] 214 |                         } = unsafe { __cpuid_count(0xd_u32, 1) };
[INFO] [stdout]     |                             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:275:29
[INFO] [stdout]     |
[INFO] [stdout] 275 |                         } = unsafe { __cpuid_count(0x1e_u32, 1) };
[INFO] [stdout]     |                             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
[INFO] running `Command { std: "docker" "inspect" "0429680b077d55cd8ba86bc7a8acb30c808509740ed0bb4273a1c2a3c68b56b4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0429680b077d55cd8ba86bc7a8acb30c808509740ed0bb4273a1c2a3c68b56b4", kill_on_drop: false }`
[INFO] [stdout] 0429680b077d55cd8ba86bc7a8acb30c808509740ed0bb4273a1c2a3c68b56b4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c5012f5e83dfd79ee7798e4542a72956ce85c4d028d1152d976eb66b35849c15
[INFO] running `Command { std: "docker" "start" "-a" "c5012f5e83dfd79ee7798e4542a72956ce85c4d028d1152d976eb66b35849c15", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     } = unsafe { __cpuid(0x0000_0001_u32) };
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:78:49
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let CpuidResult { ebx, ecx, edx, .. } = unsafe { __cpuid(0x0000_0007_u32) };
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         } = unsafe { __cpuid_count(0x0000_0007_u32, 0x0000_0001_u32) };
[INFO] [stdout]    |             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     } = unsafe { __cpuid(0x8000_0000_u32) };
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:100:39
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let CpuidResult { ecx, .. } = unsafe { __cpuid(0x8000_0001_u32) };
[INFO] [stdout]     |                                       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:150:43
[INFO] [stdout]     |
[INFO] [stdout] 150 |             let CpuidResult { ebx, .. } = unsafe { __cpuid(0x19) };
[INFO] [stdout]     |                                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:214:29
[INFO] [stdout]     |
[INFO] [stdout] 214 |                         } = unsafe { __cpuid_count(0xd_u32, 1) };
[INFO] [stdout]     |                             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:275:29
[INFO] [stdout]     |
[INFO] [stdout] 275 |                         } = unsafe { __cpuid_count(0x1e_u32, 1) };
[INFO] [stdout]     |                             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling notstd_detect v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unknown x86 target feature: amx-transpose
[INFO] [stdout]    --> tests/x86-specific.rs:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 |         is_x86_feature_detected!("amx-transpose")
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `is_x86_feature_detected` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `notstd_detect` (test "x86-specific") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: unexpected `cfg` condition value: `amx-transpose`
[INFO] [stdout]    --> src/detect/macros.rs:23:16
[INFO] [stdout]     |
[INFO] [stdout]  23 |           $(cfg!(target_feature = $target_feature_lit);)*
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/detect/arch/x86.rs:18:1
[INFO] [stdout]     |
[INFO] [stdout]  18 | / features! {
[INFO] [stdout]  19 | |     @TARGET: x86;
[INFO] [stdout]  20 | |     @CFG: any(target_arch = "x86", target_arch = "x86_64");
[INFO] [stdout]  21 | |     @MACRO_NAME: is_x86_feature_detected;
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | |     /// XOP: eXtended Operations (AMD)
[INFO] [stdout] 278 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `target_feature` are: `10e60`, `2e3`, `32s`, `3e3r1`, `3e3r2`, `3e3r3`, `3e7`, `7e10`, `a`, `aclass`, `addsubiw`, `adx`, `aes`, `altivec`, `alu32`, `amx-avx512`, `amx-bf16`, `amx-complex`, `amx-fp16`, `amx-fp8`, `amx-int8`, `amx-movrs`, `amx-tf32`, `amx-tile`, `apxf`, `atomics`, `avx`, `avx10.1`, `avx10.2`, `avx2`, `avx512bf16`, `avx512bitalg`, `avx512bw`, `avx512cd`, and `avx512dq` and 461 more
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/detect/macros.rs:135:16
[INFO] [stdout]     |
[INFO] [stdout] 135 |           #[deny(unexpected_cfgs)]
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/detect/arch/x86.rs:18:1
[INFO] [stdout]     |
[INFO] [stdout]  18 | / features! {
[INFO] [stdout]  19 | |     @TARGET: x86;
[INFO] [stdout]  20 | |     @CFG: any(target_arch = "x86", target_arch = "x86_64");
[INFO] [stdout]  21 | |     @MACRO_NAME: is_x86_feature_detected;
[INFO] [stdout] ...   |
[INFO] [stdout] 277 | |     /// XOP: eXtended Operations (AMD)
[INFO] [stdout] 278 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `check_cfg_feature` which comes from the expansion of the macro `features` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     } = unsafe { __cpuid(0x0000_0001_u32) };
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:78:49
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let CpuidResult { ebx, ecx, edx, .. } = unsafe { __cpuid(0x0000_0007_u32) };
[INFO] [stdout]    |                                                 ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:83:13
[INFO] [stdout]    |
[INFO] [stdout] 83 |         } = unsafe { __cpuid_count(0x0000_0007_u32, 0x0000_0001_u32) };
[INFO] [stdout]    |             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/detect/os/x86.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     } = unsafe { __cpuid(0x8000_0000_u32) };
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:100:39
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let CpuidResult { ecx, .. } = unsafe { __cpuid(0x8000_0001_u32) };
[INFO] [stdout]     |                                       ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:150:43
[INFO] [stdout]     |
[INFO] [stdout] 150 |             let CpuidResult { ebx, .. } = unsafe { __cpuid(0x19) };
[INFO] [stdout]     |                                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:214:29
[INFO] [stdout]     |
[INFO] [stdout] 214 |                         } = unsafe { __cpuid_count(0xd_u32, 1) };
[INFO] [stdout]     |                             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/detect/os/x86.rs:275:29
[INFO] [stdout]     |
[INFO] [stdout] 275 |                         } = unsafe { __cpuid_count(0x1e_u32, 1) };
[INFO] [stdout]     |                             ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `notstd_detect` (lib test) due to 1 previous error; 8 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "c5012f5e83dfd79ee7798e4542a72956ce85c4d028d1152d976eb66b35849c15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5012f5e83dfd79ee7798e4542a72956ce85c4d028d1152d976eb66b35849c15", kill_on_drop: false }`
[INFO] [stdout] c5012f5e83dfd79ee7798e4542a72956ce85c4d028d1152d976eb66b35849c15
